projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbffe7d
)
(init_sys_modes): IEXTEN is in c_lflag, not c_iflag.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 16 Feb 1994 23:43:53 +0000
(23:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 16 Feb 1994 23:43:53 +0000
(23:43 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 0f49fcc6fa4f74128668e07b4c1d7bbd2255a375..7953b41dbd0b5d6224aea46d48a3f85fc47886b8 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-1131,7
+1131,7
@@
init_sys_modes ()
tty.main.c_lflag &= ~ECHO; /* Disable echo */
tty.main.c_lflag &= ~ICANON; /* Disable erase/kill processing */
#ifdef IEXTEN
- tty.main.c_
i
flag &= ~IEXTEN; /* Disable other editing characters. */
+ tty.main.c_
l
flag &= ~IEXTEN; /* Disable other editing characters. */
#endif
tty.main.c_lflag |= ISIG; /* Enable signals */
if (flow_control)